XMLPRINT NEXT
XMLPRINT OLDEST
XMLPRINT NEWEST
PRINT NEXT
PRINT OLDEST
PRINT NEWEST
Displays SIP trunk traffic reports in an XML or table format.
Before running the command, ensure that you have activated a time slot in the Traffic Report Options form.
Command |
Applies to |
Description |
SIP TRAFFIC XMLPRINT NEXT |
Trunk |
Displays the next unread SIP traffic report in the XML format, and advances the next counter to the next report to be made. |
SIP TRAFFIC XMLPRINT OLDEST |
Trunk |
Displays the oldest available SIP traffic report in the XML format, and resets the next counter to the second oldest. |
SIP TRAFFIC XMLPRINT NEWEST |
Trunk |
Displays the newest available SIP traffic report in the XML format, and resets the next counter to next report to be made. |
SIP TRAFFIC PRINT NEXT |
Trunk |
Displays the next unread SIP traffic report in the table format, and advances the next counter to the next report to be made. |
SIP TRAFFIC PRINT OLDEST |
Trunk |
Displays the oldest available SIP traffic report in the table format, and resets the next counter to the second oldest |
SIP TRAFFIC PRINT NEWEST |
Trunk |
Displays the newest available SIP traffic report in the table format, and resets the next counter to next report to be made. |
<?xml version="1.0" encoding="UTF-8"?>
<MitelTrafficReport>
<NodeName>vm27</NodeName>
<NodeId>27</NodeId>
<StartTime>2018-10-23T06:25:00-04:00</StartTime>
<StopTime>2018-10-23T06:40:00-04:00</StopTime>
<Formula>Erlangs</Formula>
<SIPPeer>
<Name>sip10</Name>
<InPeg>2875</InPeg>
<InUsage>9.60</InUsage>
<InConnect>2875</InConnect>
<MaxInUse>42</MaxInUse>
<Licenses>50</Licenses>
</SIPPeer>
<SIPPeer>
<Name>sip24</Name>
<Licenses>20</Licenses>
</SIPPeer>
<SIPPeer>
<Name>sip25</Name>
<Licenses>10</Licenses>
</SIPPeer>
<SIPPeerTotal>
<InPeg>2875</InPeg>
<InUsage>9.60</InUsage>
<InConnect>2875</InConnect>
<MaxInUse>42</MaxInUse>
<Licenses>2000</Licenses>
</SIPPeerTotal>
<SIPMessaging>
<InInvite>3777</InInvite>
<OutInvite>1973</OutInvite>
<InPrack>2875</InPrack>
<InAck>3778</InAck>
<OutAck>3943</OutAck>
<InBye>2874</InBye>
<InOptions>95</InOptions>
<OutOptions>15</OutOptions>
<InRegister>3</InRegister>
<InSubscribe>6</InSubscribe>
<OutSubscribe>2</OutSubscribe>
<InNotify>55</InNotify>
<OutNotify>58</OutNotify>
<In100>2024</In100>
<Out100>7664</Out100>
<Out183>2875</Out183>
<In200>2045</In200>
<Out200>9780</Out200>
<In491>1973</In491>
<Out491>1973</Out491>
<InRetransmissions>1</InRetransmissions>
</SIPMessaging>
</MitelTrafficReport>
SIP Traffic Report
NodeName: vm27 NodeId: 27
StartTime: 2018-10-23T06:25:00-04:00
StopTime: 2018-10-23T06:40:00-04:00
Formula: Erlangs
SIP Peers
---------
Name MaxInUse Incoming: Peg Usage Connect Reject Cancel Short
Licenses Outgoing: Peg Usage BusyPeg Connect Reject Cancel Short Forked
sip10 42 In: 2875 9.60 2875 0 0 0
50 Out: 0 0.00 0 0 0 0 0 0
sip24 0 In: 0 0.00 0 0 0 0
20 Out: 0 0.00 0 0 0 0 0 0
sip25 0 In: 0 0.00 0 0 0 0
10 Out: 0 0.00 0 0 0 0 0 0
SIP Peers Total
----------------
MaxInUse Incoming: Peg Usage Connect Reject Cancel Short
Licenses Outgoing: Peg Usage BusyPeg Connect Reject Cancel Short Forked
42 In: 2875 9.60 2875 0 0 0
2000 Out: 0 0.00 0 0 0 0 0 0
SIP Messaging
---------------
Requests: INVITE PRACK ACK UPDATE INFO REFER CANCEL BYE OPTIONS REGISTER SUBSCRIBE NOTIFY
In: 3777 2875 3778 0 0 0 0 2874 95 3 6 55
Out: 1973 0 3943 0 0 0 0 0 15 0 2 58
Responses: In Out
100 2024 7664
183 0 2875
200 2045 9780
491 1973 1973
Network: Method Discarded Discarded Discarded Retransmissions
Unsupported Congestion Invalid Small Sent Recv
0 0 0 0 0 1
Parameter |
Definition |
NodeName |
Host name programmed in the System IP Properties form. For example, lics22. |
NodeId |
PBX number/Cluster Element ID for this node in the Network Element form. For example, 22. |
StartTime |
Start time of the report with current time zone offset. For example, 2016-11-10T08:25:00-05:00. |
StopTime |
Stop time of the report with current time zone offset. For example, 2016-11-10T08:26:00-05:00. |
Formula |
Programmed usage units (CCS or Erlangs) in the Traffic Report Options form. For example, CCS. |
SIPPeer (in the XML format) |
Container for SIP Peer in the XML format. |
SIPPeerTotal (in the XML format) |
Container for total number of SIP Peers in the XML format. |
SIP Peers (in the table format) |
Header for SIP Peer in the table format. |
SIP Peers Total (in the table format) |
Header for total number of SIP Peers in the table format. |
InPeg |
The number of incoming invites (excluding re-invites) received on this SIP Peer during this measurement period. If authentication is enabled, this number typically increases to double the number of incoming calls due to the initial authentication step. |
OutPeg |
The number of outgoing invites (excluding re-invites) sent from this SIP Peer during this measurement period. If authentication is enabled, this number typically increases to double the number of outgoing calls due to the initial authentication step. |
InUsage |
The usage (in Erlangs or CCS) for incoming calls to the trunk during the measurement period. |
OutUsage |
The usage (in Erlangs or CCS) for outgoing calls from the trunk during the measurement period. |
OutPegBusy |
The number of times a call could not seize a SIP trunk due to a busy condition. If included in a Route List, these busy conditions results in attempting the next entry in the list. |
InReject |
The number of incoming calls rejected by this SIP Peer. |
OutReject |
The number of outgoing calls rejected from this SIP Peer. |
MaxInUse |
The greatest number of SIP trunks on this SIP Peer busy at one time during the measurement period. |
InConnect |
The number of answered incoming calls to this SIP Peer. |
OutConnect |
The number of answered outgoing calls from this SIP Peer. |
InCancel |
The number of cancelled incoming calls to this SIP Peer. |
OutCancel |
The number of cancelled outgoing calls from this SIP Peer. |
InShort |
The number of answered incoming calls that had a talk time of less than 5 seconds. |
OutShort |
The number of answered outgoing calls that had a talk time of less than 5 seconds. |
OutForked |
The number of outgoing calls that used SIP Forking. |
Licenses |
The maximum number of licenses available (shared or reserved) for this SIP Peer. In the totals report, this number is the number of licenses purchased. |
InINVITE |
The number of incoming INVITE messages (including REINVITE messages). |
OutINVITE |
The number of outgoing INVITE messages (including REINVITE messages). |
InPRACK |
The number of incoming PRACK messages. |
OutPRACK |
The number of outgoing PRACK messages. |
InACK |
The number of incoming ACK messages. |
OutACK |
The number of outgoing ACK messages. |
InUPDATE |
The number of incoming UPDATE messages. |
OutUPDATE |
The number of outgoing UPDATE messages. |
InINFO |
The number of incoming INFO messages. |
OutINFO |
The number of outgoing INFO messages. |
InREFER |
The number of incoming REFER messages. |
OutREFER |
The number of outgoing REFER messages. |
InCANCEL |
The number of incoming CANCEL messages. |
OutCANCEL |
The number of outgoing CANCEL messages. |
InBYE |
The number of incoming BYE messages. |
OutBYE |
The number of outgoing BYE messages. |
InOPTIONS |
The number of incoming OPTIONS messages. |
OutOPTIONS |
The number of outgoing OPTIONS messages. |
InREGISTER |
The number of incoming REGISTER messages. |
OutREGISTER |
The number of incoming REGISTER messages. |
InSUBSCRIBE |
The number of incoming SUBSCRIBE messages. |
OutSUBSCRIBE |
The number of outgoing SUBSCRIBE messages. |
InNOTIFY |
The number of incoming NOTIFY messages. |
OutNOTIFY |
The number of outgoing NOTIFY messages. |
In<Response Code> |
The number of incoming messages containing the specific numerical Response Code (between 100-699). |
Out<Response Code> |
The number of outgoing messages containing the specific numerical Response Code (between 100-699). |
MethodUnsupported |
The number of messages that have a message type unsupported by Mitel. |
DiscardedCongested |
The number of messages that are discarded due to a congested network. |
DiscardedInvalid |
The number of discarded messages that are invalid. |
DiscardedSmall |
The number of messages that are discarded due to very small size. |
InRetransmissions |
The number of received messages that are re-transmissions. |
OutRetransmissions |
The number of sent messages that are to be re-transmitted. |